WPS Office.apk(点击下载) / oec.java


package defpackage;

import java.io.IOException;

/* renamed from: oec  reason: default package */
public final class oec extends odp {
    boolean qtQ;
    boolean qtR;

    public oec(ejz ejz, nos nos, boolean z, boolean z2) {
        super(ejz, nos);
        this.qtQ = z;
        this.qtR = z2;
    }

    @Override // defpackage.odp
    public final void dnS() throws IOException {
        this.qqe.i("wpg:graphicFrame", new String[0]);
        this.qqe.a("wpg:cNvPr", new String[]{"id", String.valueOf(this.eWH.eWz), "name", this.eWH.baL()}, 4);
        this.qqe.j("wpg:cNvFrPr", new String[0]);
        ekc ekc = (ekc) this.eWH.baA();
        if (ekc != null) {
            new oes(this.qtQ, this.eWH, ekc, this.qqe, "wpg:xfrm", false, this.qtR).dnS();
        }
        this.qqe.i("a:graphic", "xmlns:a", "http://schemas.openxmlformats.org/drawingml/2006/main");
        new oea(this.eWH, this.qqd).dnS();
        this.qqe.endElement("a:graphic");
        this.qqe.endElement("wpg:graphicFrame");
    }
}